home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Patches / Rebootstart / ALTERNATE-STARTUP-SEQUENCE next >
Text File  |  2000-04-12  |  2KB  |  37 lines

  1. ;© 2000 script by Aldo Bianchi (Reboot-startV4.1)
  2. ;ALTERNATE-STARTUP-SEQUENCE
  3. ;example for Capital Punishment
  4.  
  5. if exists rad1:reset                 ;do not remove this entry
  6. reset hard                           ;do not remove this entry
  7. endif                                ;do not remove this entry
  8. Resident >NIL: execute PURE          ;do not remove this entry
  9. Resident >NIL: assign PURE           ;do not remove this entry
  10. execute rad1:s/programpath           ;do not remove this entry
  11. assign sys: ""                       ;do not remove this entry
  12. path sys:c add                       ;do not remove this entry
  13. assign fonts: sys:fonts              ;do not remove this entry
  14. assign libs: sys:libs                ;do not remove this entry
  15. assign devs: sys:devs                ;do not remove this entry
  16. assign env: sys:prefs/env-archive    ;do not remove this entry
  17. makedir ram:t                        ;do not remove this entry
  18. assign t: ram:t                      ;do not remove this entry
  19. run >nil: clicknot                   ;stop click on DF0
  20. copy sys:c/reset rad1:               ;do not remove this entry
  21. if exists devs:mountcdroom           ;do not remove this entry
  22. devs:mountcdroom                     ;do not remove this entry
  23. endif                                ;do not remove this entry
  24. execute rad1:programpath             ;do not remove this entry
  25. bootcontrol remove quiet             ;do not remove this entry
  26.  
  27. ;***********************************************************************************
  28. execute CP                           ;put here the script or executable of your game
  29. ;***********************************************************************************
  30.  
  31. ;REMENBER:put always execute before if the game runs with a script.
  32. run >nil: reset                      ;reset computer if the game have an exit button
  33.  
  34. ;END of script
  35.  
  36.  
  37.